<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ============äº§å“åˆ—è¡¨============== */

.box{	
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	position:relative;
	overflow:hidden;
	
}
.note{
	position:absolute;
	left:0;
	top:80%;
	width:100%;
	height:100%;
	text-decoration:none;
	font:bold 18px/200px Microsoft Yahei;
	color:#fff;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled=true,startColorstr=#0F000000,endColorstr=#0F000000);
	background:rgba(0,0,0,0.1);
	text-align:center;
}

.note:link,.note:visited,.not:active{
	font:bold 18px/200px Microsoft Yahei;
	text-decoration:none;
	color:#fff;
			
}

.title{
	display:block;
	width:100%;
	height:100%;
	font-size:18px;	
	color:#ffffff;
	text-decoration:none;
}
</pre></body></html>